Cloud API Management - Local Edition Database Characteristics (added in v6.2.0)
The following table provides information about database characteristics in tethered and untethered modes. Refer to Preparing Database for more information.
| Database Characteristics | Tethered | Untethered | Notes |
|---|---|---|---|
| Uses connection pooling | ✅ (All pods) | ✅ (All pods) | Connection pooling characteristics are different for each pod. |
| Connection timeout | ✅ | ✅ | The default value for connection timeout is 4000 ms. You can change the helm value. Refer to 6.2.0 Values.yaml for more information about Helm values. |
| Read timeout | ✅ | ✅ | The default value for read timeout is 30s. You can change the helm value. Refer to 6.2.0 Values.yaml for more information about Helm values. |
| Write timeout | ✅ | ✅ | The default value for write timeout is 360s. You can change the helm value. Refer to 6.2.0 Values.yaml for more information about Helm values. |
| Pool Size | ✅ | ✅ | Refer to Client-side Connection Pool Settings for Pool size parameters. |
| Supports SSL | ✅ | ✅ | It supports mtls, trust, verify-ca, and verify-full. |